Resource StructureDefinition/FHIR Server from package de.gematik.dev.epa#1.1.0-alpha.12 (109 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "epa-observation-body-weight",
"url" : "https://gematik.de/fhir/epa/StructureDefinition/epa-observation-body-weight",
"version" : "1.1.0",
"name" : "EPAObservationBodyWeight",
"title" : "EPA Body Weight Observation Profile",
"status" : "active",
"experimental" : false,
"date" : "2024-08-14",
"publisher" : "mio42 GmbH",
"description" : "Dieses Profil bildet das Körpergewicht ab.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpergewicht",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"definition" : "Dieses Profil bildet das Körpergewicht ab.",
"constraint" : [
{
"key" : "obs-epa-2",
"severity" : "error",
"human" : "If it is a valid Observation it must have a value otherwise it must not have a value",
"expression" : "(Observation.value.exists() implies (Observation.status in ('final' | 'amended' | 'corrected' | 'preliminary')))",
"source" : "https://gematik.de/fhir/epa/StructureDefinition/epa-observation-body-weight"
}
]
},
{
"id" : "Observation.meta",
"path" : "Observation.meta",
"mustSupport" : true
},
{
"id" : "Observation.meta.versionId",
"path" : "Observation.meta.versionId",
"mustSupport" : true
},
{
"id" : "Observation.meta.lastUpdated",
"path" : "Observation.meta.lastUpdated",
"mustSupport" : true
},
{
"id" : "Observation.text",
"path" : "Observation.text",
"definition" : "In diesem Element können die, in der Instanz, enthaltenen Informationen in einer menschenlesbaren Form zusammengefasst werden. Dabei ist zu beachten, dass keine Informationen aufgenommen werden dürfen, die nicht in strukturierter Form an anderer Stelle in der Instanz enthalten sind."
},
{
"id" : "Observation.text.status",
"path" : "Observation.text.status",
"fixedCode" : "extensions"
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"definition" : "Hier wird ein Code aus dem FHIR ValueSet http://hl7.org/fhir/ValueSet/observation-status angegeben.",
"mustSupport" : true
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"definition" : "Hier werden die Codes zur Bestimmung des genauen Vitalzeichens/KörpermaÃes angegeben.",
"mustSupport" : true
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"definition" : "Angabe eines spezifischen Codes zur Bestimmung des genauen Vitalzeichens/KörpermaÃes.",
"min" : 2,
"mustSupport" : true
},
{
"id" : "Observation.code.coding:loinc",
"path" : "Observation.code.coding",
"sliceName" : "loinc",
"max" : "1",
"patternCoding" : {
"system" : "http://loinc.org"
},
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/terminology/ValueSet/epa-body-weight-loinc-vs"
}
},
{
"id" : "Observation.code.coding:loinc.system",
"path" : "Observation.code.coding.system",
"mustSupport" : true
},
{
"id" : "Observation.code.coding:loinc.version",
"path" : "Observation.code.coding.version",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.code.coding:loinc.code",
"path" : "Observation.code.coding.code",
"mustSupport" : true
},
{
"id" : "Observation.code.coding:loinc.display",
"path" : "Observation.code.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.code.coding:snomed",
"path" : "Observation.code.coding",
"sliceName" : "snomed",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct"
},
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/terminology/ValueSet/epa-body-weight-snomed-ct-vs"
}
},
{
"id" : "Observation.code.coding:snomed.system",
"path" : "Observation.code.coding.system",
"mustSupport" : true
},
{
"id" : "Observation.code.coding:snomed.version",
"path" : "Observation.code.coding.version",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.code.coding:snomed.code",
"path" : "Observation.code.coding.code",
"mustSupport" : true
},
{
"id" : "Observation.code.coding:snomed.display",
"path" : "Observation.code.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"mustSupport" : true
},
{
"id" : "Observation.subject.identifier",
"path" : "Observation.subject.identifier",
"min" : 1,
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-kvid-10"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "closed"
},
"definition" : "Zeitpunkt der Messung",
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.effective[x]:effectiveDateTime",
"path" : "Observation.effective[x]",
"sliceName" : "effectiveDateTime",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.performer",
"path" : "Observation.performer",
"definition" : "Hier wird die behandelnde Person/Einrichtung referenziert, die die Beobachtung durchgeführt hat.",
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/PractitionerRole"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.performer.reference",
"path" : "Observation.performer.reference",
"mustSupport" : true
},
{
"id" : "Observation.performer.identifier",
"path" : "Observation.performer.identifier",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"definition" : "Hier wird der Messwert angegeben.",
"mustSupport" : true
},
{
"id" : "Observation.value[x].value",
"path" : "Observation.value[x].value",
"definition" : "Hier wird der numerische Messwert angegeben.",
"mustSupport" : true
},
{
"id" : "Observation.value[x].unit",
"path" : "Observation.value[x].unit",
"definition" : "Hier wird die Einheit des Messwerts angegeben.",
"mustSupport" : true
},
{
"id" : "Observation.value[x].system",
"path" : "Observation.value[x].system",
"mustSupport" : true
},
{
"id" : "Observation.value[x].code",
"path" : "Observation.value[x].code",
"mustSupport" : true
},
{
"id" : "Observation.note",
"path" : "Observation.note",
"definition" : "Hier können ergänzende freitextliche Kommentare und Notizen vorgenommen werden, die nicht durch die strukturierten Datenelemente erfassbar sind.",
"mustSupport" : true
},
{
"id" : "Observation.note.author[x]",
"path" : "Observation.note.author[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "closed"
},
"definition" : "Hier wird die Person referenziert, die die Notiz erstellt hat.",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Organization"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.note.author[x]:authorReference",
"path" : "Observation.note.author[x]",
"sliceName" : "authorReference",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Practitioner"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.note.author[x]:authorReference.reference",
"path" : "Observation.note.author[x].reference",
"mustSupport" : true
},
{
"id" : "Observation.note.author[x]:authorReference.identifier",
"path" : "Observation.note.author[x].identifier",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.note.time",
"path" : "Observation.note.time",
"definition" : "Hier wird der Zeitpunkt angegeben, zu dem die Notiz erstellt wurde.",
"comment" : "Dieses Element sollte in der Regel automatisiert ohne Aufwand für die Person, die die Notiz erstellt befüllt werden.",
"mustSupport" : true
},
{
"id" : "Observation.note.text",
"path" : "Observation.note.text",
"definition" : "Hier wird der eigentliche Text der Notiz eingetragen.",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.